
  

  
  @property --_3rdBorder {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --BorderColor {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--theme {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --font-size--lg {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 18px;
}
@property --font-size--sm {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 14px;
}
@property --color--primary {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --font-size--2xl {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 24px;
}
@property --_2ndBorderColor {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}
@property --color--red--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEE2E2;
}
@property --color--red--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCA5A5;
}
@property --color--red--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #EF4444;
}
@property --color--red--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B91C1C;
}
@property --color--red--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #7F1D1D;
}
@property --font-size--base {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 16px;
}
@property --color--blue--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #DBEAFE;
}
@property --color--blue--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #93C5FD;
}
@property --color--blue--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #3B82F6;
}
@property --color--blue--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1D4ED8;
}
@property --color--blue--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #1E3A8A;
}
@property --color--grey--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F5F5F5;
}
@property --color--grey--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D4D4D4;
}
@property --color--grey--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--grey--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #404040;
}
@property --color--grey--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #171717;
}
@property --color--secondary {
  syntax: "<color>";
  inherits: true;
  initial-value: #737373;
}
@property --color--green--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #D1FAE5;
}
@property --color--green--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #6EE7B7;
}
@property --color--green--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #10B981;
}
@property --color--green--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #047857;
}
@property --color--green--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #064E3B;
}
@property --font-family--text {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: system-ui;
}
@property --font-weight--bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 700;
}
@property --color--yellow--100 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FEF3C7;
}
@property --color--yellow--300 {
  syntax: "<color>";
  inherits: true;
  initial-value: #FCD34D;
}
@property --color--yellow--500 {
  syntax: "<color>";
  inherits: true;
  initial-value: #F59E0B;
}
@property --color--yellow--700 {
  syntax: "<color>";
  inherits: true;
  initial-value: #B45309;
}
@property --color--yellow--900 {
  syntax: "<color>";
  inherits: true;
  initial-value: #78350F;
}
@property --font-weight--light {
  syntax: "<number>";
  inherits: true;
  initial-value: 300;
}
@property --font-family--heading {
  syntax: "<custom-ident> | <string>";
  inherits: true;
  initial-value: sans-serif;
}
@property --font-weight--regular {
  syntax: "<number>";
  inherits: true;
  initial-value: 400;
}
@property --font-weight--semi-bold {
  syntax: "<number>";
  inherits: true;
  initial-value: 600;
}

  :host, :root {
  --BorderColor: #1a1919;
  --color--theme: #4D6BFE;
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --_2ndBorderColor: #262626;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
  
  
  [data-nc-theme~="Default"] {
  --BorderColor: #1a1919;
  --color--theme: #4D6BFE;
  --font-size--lg: 1.125rem;
  --font-size--sm: 0.875rem;
  --color--primary: var(--color--blue--500);
  --font-size--2xl: 1.5rem;
  --_2ndBorderColor: #262626;
  --color--red--100: #FEE2E2;
  --color--red--300: #FCA5A5;
  --color--red--500: #EF4444;
  --color--red--700: #B91C1C;
  --color--red--900: #7F1D1D;
  --font-size--base: 1rem;
  --color--blue--100: #DBEAFE;
  --color--blue--300: #93C5FD;
  --color--blue--500: #3B82F6;
  --color--blue--700: #1D4ED8;
  --color--blue--900: #1E3A8A;
  --color--grey--100: #F5F5F5;
  --color--grey--300: #D4D4D4;
  --color--grey--500: #737373;
  --color--grey--700: #404040;
  --color--grey--900: #171717;
  --color--secondary: var(--color--grey--500);
  --color--green--100: #D1FAE5;
  --color--green--300: #6EE7B7;
  --color--green--500: #10B981;
  --color--green--700: #047857;
  --color--green--900: #064E3B;
  --font-family--text: system-ui;
  --font-weight--bold: 700;
  --color--yellow--100: #FEF3C7;
  --color--yellow--300: #FCD34D;
  --color--yellow--500: #F59E0B;
  --color--yellow--700: #B45309;
  --color--yellow--900: #78350F;
  --font-weight--light: 300;
  --font-family--heading: sans-serif;
  --font-weight--regular: 400;
  --font-weight--semi-bold: 600;
}
    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-Inter: 'Inter',sans-serif;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .clKqw {
      width:100%;
      height:100%;
      background:#151517;
      align-items:center;
      justify-content:center;
    }

    .dDLhmB {
      width:500px;
      height:100%;
      font-size:15px;
      align-items:center;
      justify-content:center;
    }

    @media (max-width: 470px) {

    .dDLhmB {
      width:100%;
    }
    }

    .cwoPTN {
      left:0px;
      right:0px;
      bottom:10px;
      height:50px;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .ccGnKs {
      width:100%;
      align-items:center;
      padding-top:35px;
      padding-bottom:35px;
      justify-content:center;
    }

    .dQduEk {
      width:55px;
      height:55px;
      object-fit:contain;
    }

    .eRgnDP {
      color:white;
      width:100%;
      cursor:pointer;
      height:40px;
      row-gap:5px;
      position:relative;
      font-size:13px;
      background:#1457ff;
      column-gap:5px;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:8px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .fdGOJy {
      top:15px;
      right:15px;
      height:45px;
      row-gap:12px;
      position:fixed;
      background:#1c1b1b;
      column-gap:12px;
      align-items:center;
      border-color:var(--color--yellow--700);
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:17px;
      flex-direction:row;
      justify-content:flex-start;
      border-top-left-radius:17px;
      border-top-right-radius:17px;
      border-bottom-left-radius:17px;
      border-bottom-right-radius:17px;
    }

    .ekGOiV {
      color:var(--color--yellow--500);
      display:inline;
      font-size:15px;
      font-family:inherit;
      font-weight:inherit;
    }

    .rltzo {
      flex:1;
    }

    .XMMqJ {
      color:var(--color--yellow--500);
    }

    .dMrEOa {
      left:12px;
      position:absolute;
    }

    .efLlfb {
      width:365px;
      row-gap:12px;
      column-gap:12px;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
    }

    @media (max-width: 470px) {

    .efLlfb {
      width:90%;
    }
    }

    .bUBRFd {
      color:var(--color--grey--500);
      display:inline;
      font-size:12px;
      margin-top:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:12px;
    }

    .dntzWC {
      width:365px;
      align-items:center;
      font-family:'Inter';
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:start;
    }

    @media (max-width: 470px) {

    .dntzWC {
      width:90%;
    }
    }

    .cIuHue {
      color:#E5E5E5;
      width:100%;
      height:40px;
      font-size:15px;
      background:#1b1b1c;
      align-items:start;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:50px;
      padding-right:12px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cIuHue:focus {
      outline-color:var(--color--grey--100);
      outline-style:solid;
      outline-width:1px;
    }

    .cgKrrI {
      color:#E5E5E5;
      width:100%;
      height:40px;
      font-size:15px;
      background:#1b1b1c;
      align-items:start;
      border-color:#ffffff1f;
      border-style:solid;
      border-width:1px;
      padding-left:50px;
      padding-right:50px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .cgKrrI:focus {
      outline-color:var(--color--grey--100);
      outline-style:solid;
      outline-width:1px;
    }

    .eGYpGn {
      align-items:flex-start;
      justify-content:center;
    }

    .drTFOa {
      color:var(--color--grey--500);
    }

    .fnumjU {
      color:white;
      display:inline;
      font-size:25px;
      text-align:center;
      font-family:"Inter";
      font-weight:bold;
    }

    .bfDinR {
      gap:12px;
      width:100%;
    }

    .bhDwqQ {
      color:white;
      width:100%;
      cursor:pointer;
      height:40px;
      position:relative;
      font-size:13px;
      background:#1b1b1c;
      align-items:center;
      font-family:"Inter";
      font-weight:var(--font-weight--semi-bold);
      padding-top:8px;
      border-color:#262626;
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:center;
      border-top-left-radius:12px;
      border-top-right-radius:12px;
      border-bottom-left-radius:12px;
      border-bottom-right-radius:12px;
    }

    .giamU {
      left:12px;
      color:var(--color--grey--500);
      z-index:3;
      position:absolute;
    }

    .bIWFuw {
      width:100%;
      row-gap:5px;
      column-gap:5px;
      align-items:center;
      justify-content:center;
    }

    .cYfSNy {
      right:12px;
      cursor:pointer;
      position:absolute;
    }

    .cTTyOb {
      color:var(--color--grey--500);
      width:100%;
      display:inline;
      font-size:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
    }